home *** CD-ROM | disk | FTP | other *** search
/ Nejlepší hry / Nejlepsi hry.iso / hry / antz / Install.exe / {app} / Data / HTML / CSS / Custom.css < prev   
Cascading Style Sheet File  |  2004-09-27  |  2KB  |  131 lines

  1. BODY
  2. {
  3.   margin: 150px;
  4.   margin-top: 35px;
  5.   margin-bottom: 25px;
  6.  
  7.   cursor: default;
  8.  
  9.   bdackground-color: #ffffff;
  10.   background-repeat: no-repeat;
  11.  
  12.   scrollbar-face-color:#404040;
  13.   scrollbar-arrow-color:#ffffff;
  14.   scrollbar-highlight-color:#606060;
  15.   scrollbar-3dlight-color:#808080;
  16.   scrollbar-shadow-color:#202020;
  17.   scrollbar-darkshadow-color:#000000;
  18.   scrollbar-track-color:#ffffff;
  19. }
  20.  
  21. TABLE
  22. {
  23.   border-collapse: collapse;
  24. }
  25.  
  26. TD
  27. {
  28.   border-style: solid;
  29.   border-color: #000000;
  30.   border-width: 1;
  31.   text-align: left;
  32.   white-space: nowrap
  33. }
  34.  
  35. A
  36. {
  37.   color: #00c000;
  38.   text-decoration: underline;
  39. }
  40. A:hover
  41. {
  42.   font-weight: bold;
  43.   text-decoration: underline;
  44.   color: #00c000;
  45. }
  46.  
  47.  
  48. *
  49. {
  50. font-size: 13pt;
  51. font-family: "Courier New";
  52. font-weight: regular;
  53. text-align: center;
  54. }
  55.  
  56. *.Slash
  57. {
  58. font-size: 38pt;
  59. color: #ff0000;
  60. font-family: "Mufferaw, Comic Sans MS, Courier New";
  61. }
  62. *.SlashLetter
  63. {
  64. font-size: 28pt;
  65. font-weight: bold;
  66. color: #ff0000;
  67. font-family: "Mufferaw, Comic Sans MS, Courier New";
  68. }
  69.  
  70. *.Subtitle
  71. {
  72. font-size: 24pt;
  73. font-family: StencilDEE;
  74. font-weight: lighter;
  75. }
  76.  
  77. *.Ast
  78. {
  79. font-size: 44pt;
  80. font-family: StencilDEE;
  81. font-weight: lighter;
  82. }
  83.  
  84. *.Smaller
  85. {
  86. font-size: 12pt;
  87. }
  88.  
  89. *.Copyright
  90. {
  91. font-size: 12pt;
  92. }
  93.  
  94.  
  95. CODE
  96. {
  97. color: #ff0000;
  98. font-weight: bold;
  99. }
  100. CODE.Key
  101. {
  102. color: #0000ff;
  103. }
  104.  
  105. H1
  106. {
  107. font-size: 70pt;
  108. font-family: StencilDEE;
  109. font-weight: lighter;
  110. taxt-align: center;
  111. }
  112. H2
  113. {
  114. font-size: 18pt;
  115. }
  116. H3
  117. {
  118. font-size: 14pt;
  119. }
  120.  
  121. HR
  122. {
  123.   color: #000000;
  124.   height: 2px;
  125. }
  126. HR.quarter
  127. {
  128.   color: #000000;
  129.   height: 2px;
  130.   width: 25%;
  131. }